-
Notifications
You must be signed in to change notification settings - Fork 3
Create and add scorer store in the list_tests interface #465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create and add scorer store in the list_tests interface #465
Conversation
|
Pull requests must include at least one of the required labels: |
1 similar comment
|
Pull requests must include at least one of the required labels: |
juanmleng
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks! Just left a couple of minor comments.
|
Pull requests must include at least one of the required labels: |
|
Pull requests must include at least one of the required labels: |
PR SummaryThis PR refactors the test loading functionality to improve modularity and support for custom scorers. The primary changes include:
Overall, these changes improve code readability and maintainability while extending functionality to support custom scorer registrations alongside traditional test providers. Test Suggestions
|
Pull Request Description
What and why?
Currently Scorers metrics are not listed in the
list_testsfunction. The users are missing visibility in the list of metrics/tests.How to test
Run the
notebooks/how_to/explore_tests.ipynbnotebookWhat needs special review?
Dependencies, breaking changes, and deployment notes
Release notes
Checklist